forked from FamesStore/scratchProject
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.16 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.16 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
44
45
{
"name": "",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server.js",
"webpack": "webpack",
"gulp": "node_modules/.bin/gulp",
"nebulis": "node ./node_modules/nebulis-endpoint/index.js"
},
"author": "CodesmithLLC https://github.com/CodesmithLLC <hello@codesmith.io>",
"license": "ISC",
"dependencies": {
"browserify": "^10.2.4",
"css-loader": "^0.28.11",
"expect": "^1.6.0",
"express": "^4.12.3",
"gulp": "^3.9.0",
"gulp-nodemon": "^2.0.3",
"jquery": "^2.1.4",
"nebulis-endpoint": "^0.4.2",
"node-sass": "^4.0.0",
"pg": "^7.4.3",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-dom": "^16.3.1",
"reactify": "^1.1.1",
"sass-loader": "^6.0.7",
"sequelize": "^4.38.0",
"style-loader": "^0.20.3",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.2",
"webpack": "^4.0.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"isomorphic-fetch": "^2.2.1",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^3.1.1"
}
}