-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.17 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.17 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
{
"name": "recenseo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": " webpack-dev-server --content-base src/ --inline --hot",
"build": "webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vinterdo/Recenseo.git"
},
"author": "Piotr Vinterdo Brzeźny",
"license": "MIT",
"bugs": {
"url": "https://github.com/vinterdo/Recenseo/issues"
},
"homepage": "https://github.com/vinterdo/Recenseo#readme",
"dependencies": {
"bootstrap": "^4.0.0",
"jquery": "^3.3.1",
"ncp": "^2.0.0",
"popper.js": "^1.14.1",
"precss": "^3.1.2",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"devDependencies": {
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^0.28.11",
"node-sass": "^4.8.3",
"postcss-loader": "^2.1.3",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"webpack": "^4.3.0",
"webpack-cli": "^2.0.13",
"webpack-dev-server": "^3.1.1"
}
}