-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.13 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
{
"name": "seuranetti",
"version": "0.0.2",
"description": "UI for Seuranetti - the next best template for elder groups of people",
"main": "./public/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --progress -p",
"watch": "webpack --progress --watch",
"server": "webpack-dev-server --open"
},
"author": "Sampo Virmasalo",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/svirmasalo/seuranetti.git"
},
"bugs": {
"url": "https://github.com/svirmasalo/seuranetti/issues"
},
"homepage": "https://github.com/svirmasalo/seuranetti#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-sass": "^3.1.0",
"gulp-watch": "^4.3.11",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.2"
},
"dependencies": {
"axios": "^0.17.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"store": "^2.0.12",
"wpapi": "^1.1.2"
}
}