-
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.14 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.14 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": "react-prototype",
"version": "1.0.0",
"description": "react prototype",
"main": "index.js",
"scripts": {
"test": "npm test",
"webpack": "webpack",
"start": "node ./src/server/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ettchan/react-prototype.git"
},
"author": "Eric Chan",
"license": "ISC",
"bugs": {
"url": "https://github.com/ettchan/react-prototype/issues"
},
"homepage": "https://github.com/ettchan/react-prototype#readme",
"dependencies": {
"bootstrap": "^4.0.0",
"express": "^4.16.2",
"jquery": "^3.3.1",
"less": "^3.0.1",
"popper.js": "^1.12.9",
"react": "^16.2.0",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.2.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.10",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^1.1.11",
"less-loader": "^4.0.6",
"style-loader": "^0.20.2",
"url-loader": "^1.0.1",
"webpack": "^3.0.0",
"webpack-cli": "^2.0.10"
}
}