-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 855 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 855 Bytes
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
{
"name": "react-ejs-template",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@salesforce-ux/design-system": "^1.0.0",
"compression": "^1.6.2",
"ejs": "^2.4.1",
"express": "^4.13.4",
"if-env": "^1.0.0",
"react": "^0.14.7",
"react-dom": "^0.14.7"
},
"devDependencies": {
"babel-core": "^6.5.1",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"gulp": "^3.9.0",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.5.3",
"http-server": "^0.8.5",
"style-loader": "^0.13.1",
"css-loader": "^0.23.1",
"sass-loader": "^3.2.0",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.1"
}
}