-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.18 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
46
{
"name": "codi-starter-kit",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
"build": "razzle build",
"test": "razzle test --env=jsdom",
"start:prod": "NODE_ENV=production node build/server.js"
},
"dependencies": {
"body-parser": "^1.18.2",
"compression": "^1.7.2",
"connect-flash": "^0.1.1",
"csstips": "^0.2.3",
"csx": "^8.5.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"helmet": "^3.12.0",
"hpp": "^0.2.2",
"knex": "^0.14.4",
"passport": "^0.4.0",
"passport-github2": "^0.1.11",
"passport-local": "^1.0.0",
"picnic": "^6.5.0",
"razzle": "^0.8.14",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-helmet": "^5.2.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"semantic-ui-react": "^0.79.0",
"socket.io": "^2.0.4",
"sqlite3": "^4.0.0",
"style-loader": "^0.20.3",
"typestyle": "^1.7.2"
},
"devDependencies": {
"autoprefixer": "^8.2.0",
"extract-text-webpack-plugin": "^3.0.2",
"ignore-loader": "^0.1.2",
"node-sass": "^4.8.3",
"sass-loader": "^6.0.7",
"webpack-visualizer-plugin": "^0.1.11"
}
}