-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.36 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.36 KB
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
{
"name": "kastoria-react",
"version": "1.0.0",
"description": "",
"main": "builds/development/assets/js/main.js",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --progress -p",
"build-css": "node-sass --include-path scss _src/sass/main.scss builds/development/assets/css/main.css --output-style=compressed",
"dev-css": "node-sass --include-path scss _src/sass/main.scss builds/development/assets/css/main.css --source-map-embed",
"watch-css": "nodemon -e scss -x 'npm run dev-css'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-polyfill": "^6.8.0",
"bootstrap-sass": "^3.3.6",
"ihover": "github:harrissidiropoulos/ihover",
"isomorphic-fetch": "^2.2.1",
"photoswipe": "^4.1.1",
"query-string": "^4.1.0",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-redux": "^4.4.5",
"react-router": "^2.4.0",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.0.1",
"wordpress-rest-api": "^0.6.0"
},
"devDependencies": {
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"node-sass": "^3.6.0",
"nodemon": "^1.9.1",
"sass-loader": "^3.2.0",
"webpack": "^1.13.0"
}
}