-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.24 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": "jam3test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "watchify src/main.jsx -v -t [ babelify --presets [ react ] ] -o public/js/main.js | nodemon -e sass -x \"npm run build-sass\" | node server.js",
"watch": "watchify src/main.jsx -v -t [ babelify --presets [ react ] ] -o public/js/main.js",
"build-sass": "node-sass --include-path sass src/sass/main.sass public/css/style.css",
"watch-sass": "nodemon -e sass -x \"npm run build-sass\"",
"server": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://chelor89@github.com/chelor89/Jam3Test.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chelor89/Jam3Test/issues"
},
"homepage": "https://github.com/chelor89/Jam3Test#readme",
"dependencies": {
"cors": "^2.7.1",
"express": "^4.13.4",
"gsap": "^1.18.5",
"node-sass": "^3.7.0",
"nodemon": "^1.9.2",
"nuka-carousel": "^1.2.1",
"react-burger-menu": "^1.8.3",
"react-scroll": "^1.0.16",
"twit": "^2.2.4"
},
"devDependencies": {
"babel-preset-react": "^6.5.0",
"babelify": "^7.3.0",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"watchify": "^3.7.0"
}
}