-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 883 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 883 Bytes
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
{
"repository": {},
"license": "MIT",
"scripts": {
"deploy": "webpack -p",
"watch": "webpack --watch-stdin --progress --color"
},
"dependencies": {
"phoenix": "file:deps/phoenix",
"phoenix_html": "file:deps/phoenix_html",
"react": "^15.6.1",
"react-dom": "^15.6.1"
},
"devDependencies": {
"@types/phoenix": "0.0.4",
"@types/react": "^16.0.2",
"@types/react-dom": "^15.5.3",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.4",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"react-hot-loader": "^1.3.1",
"style-loader": "^0.18.2",
"ts-loader": "^2.3.2",
"typescript": "^2.4.2",
"webpack": "^3.5.5",
"webpack-notifier": "^1.5.0"
}
}