-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 913 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 913 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
{
"name": "poc-wakanda-react",
"version": "1.0.0",
"scripts": {
"watch": "node ./node_modules/.bin/webpack -w",
"http": "node ./node_modules/.bin/http-server -p 8989 -P http://localhost:8081/",
"serve": "concurrently -r \"npm run watch\" \"npm run http\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.3.5",
"concurrently": "^2.0.0",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"http-server": "^0.9.0",
"node-sass": "^3.4.2",
"postcss-loader": "^0.8.2",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"ts-loader": "^0.8.1",
"tsd": "^0.6.5",
"typescript": "^1.8.9",
"webpack": "^1.12.14"
},
"dependencies": {
"react-bootstrap": "^0.28.4",
"wakanda-client": "^0.1.0"
}
}