-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "isomorphic-template",
"author": "L42y",
"private": true,
"version": "1.0.0",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"start": "cross-env NODE_ENV=development concurrently 'lerna run --parallel dev:server' 'webpack'"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@types/webpack": "^4.39.1",
"autoprefixer": "^9.6.1",
"babel-loader": "^8.0.6",
"concurrently": "^4.1.2",
"cross-env": "^5.2.0",
"css-loader": "^3.2.0",
"fast-async": "^6.3.8",
"jsxstyle-webpack-plugin": "^1.1.6",
"lerna": "^3.16.4",
"mini-css-extract-plugin": "^0.8.0",
"postcss-discard-duplicates": "^4.0.2",
"postcss-loader": "^3.0.0",
"safe-require": "^1.0.3",
"ts-node": "^8.3.0",
"ts-node-dev": "^1.0.0-pre.42",
"typescript": "^3.6.2",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7",
"webpack-manifest-plugin": "^2.0.4"
}
}