-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.76 KB
/
package.json
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "itsavesplanet.org",
"version": "1.0.0",
"description": "To start your Phoenix server:",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --mode development",
"build": "webpack --mode production",
"watch": "webpack-dev-server --mode development --env development --hot --watch-stdin"
},
"author": "",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.6.1",
"webpack": "^4.12.0",
"webpack-cli": "^2.0.13",
"webpack-dev-server": "^3.1.1"
},
"dependencies": {
"@babel/core": "^7.0.0-beta.42",
"@babel/preset-env": "^7.0.0-beta.42",
"autoprefixer": "^8.2.0",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-minify": "^0.3.0",
"babel-preset-react": "^6.24.1",
"bootstrap": "4.x",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-react-app": "^2.1.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"file-loader": "^1.1.11",
"font-awesome": "^4.7.0",
"jquery": "3.X",
"jquery-ui-bundle": "^1.12.1-migrate",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.8.3",
"popper.js": "^1.14.3",
"postcss-loader": "^2.1.3",
"postcss-normalize": "^4.0.0",
"ramda": "^0.25.0",
"react": "^16.3.2",
"react-dev-utils": "^5.0.1",
"react-dom": "^16.3.2",
"react-hot-loader": "^4.1.2",
"resolve-url-loader": "^2.3.0",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"transform-runtime": "^0.0.0",
"watch": "^1.0.2",
"whatwg-fetch": "^2.0.4"
}
}