-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
53 lines (53 loc) · 1.53 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"version": "0.0.1",
"scripts": {
"net:watch": "cross-env ASPNETCORE_ENVIRONMENT=Development dotnet watch run",
"net": "dotnet run",
"js:watch": "webpack --watch",
"js": "node build",
"prestart": "rimraf assets/build",
"start": "npm-run-all --parallel js:watch net:watch",
"www": "npm-run-all js net",
"setup": "dotnet restore && yarn",
"deploy": "now --docker --force --debug && now-realias"
},
"author": "",
"license": "ISC",
"dependencies": {
"autoprefixer": "^6.5.1",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-plugin-tcomb": "^0.3.21",
"babel-polyfill": "^6.9.1",
"babel-preset-latest": "^6.14.0",
"babel-preset-react": "6.x",
"cross-env": "^3.1.3",
"css-loader": "^0.26.0",
"csswring": "^5.1.0",
"extract-text-webpack-plugin": "^2.0.0-beta",
"file-loader": "^0.9.0",
"jsx-loader": "^0.13.2",
"normalize.css": "^5.0.0",
"now-realias": "latest",
"npm-run-all": "^3.1.1",
"offline-plugin": "^3.4.2",
"optimize-js-plugin": "^0.0.4",
"pixrem": "^3.0.2",
"pleeease-filters": "^3.0.0",
"postcss-calc": "^5.3.1",
"postcss-cli": "^2.6.0",
"postcss-loader": "^1.1.1",
"precss": "^1.4.0",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"react-router": "^3.0.0",
"rimraf": "^2.5.4",
"style-loader": "^0.13.1",
"tcomb": "^3.2.15",
"typeplate-starter-kit": "^3.0.2",
"ud": "^3.0.1",
"universal-utils": "^1.0.37",
"url-loader": "latest",
"webpack": "^2.1.0-beta.25"
}
}