-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.49 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "arcusx-manifest",
"version": "1.0.0",
"description": "arcus(x) Manifest App",
"main": "index.jsx",
"scripts": {
"start": "webpack-dev-server --host 0.0.0.0 --progress --content-base www/",
"prebuild": "yarn install && yarn run test && yarn run lint",
"build": "cross-env NODE_ENV=production webpack --config webpack.config.prod.js",
"test": "jest --config jest.config.json --updateSnapshot",
"test-watch": "jest --config jest.config.json --updateSnapshot --watchAll --notify",
"lint": "eslint src/",
"fix-lint": "eslint --fix src/"
},
"devDependencies": {
"autoprefixer": "^7.2.3",
"babel-core": "^6.18.0",
"babel-jest": "^22.1.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.18.0",
"caniuse-lite": "^1.0.30000808",
"copy-webpack-plugin": "^4.4.1",
"country-data": "0.0.31",
"cross-env": "^5.1.1",
"css-loader": "^0.28.7",
"cssnano": "^3.10.0",
"eslint": "^4.13.1",
"eslint-plugin-jest": "^21.12.2",
"eslint-plugin-only-warn": "^1.0.1",
"eslint-plugin-promise": "^3.3.0",
"eslint-plugin-react": "7.6.1",
"eslint-plugin-standard": "^3.0.1",
"file-loader": "^1.1.6",
"image-webpack-loader": "^3.4.2",
"isomorphic-fetch": "^2.2.1",
"jest": "^22.1.4",
"json-loader": "^0.5.4",
"ncp": "^2.0.0",
"node-uuid": "^1.4.7",
"noop-webpack-plugin": "^1.0.1",
"postcss-cssnext": "^3.0.2",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.9",
"promise": "^8.0.1",
"react-hot-loader": "^3.0.0-beta.6",
"style-loader": "^0.19.1",
"sugarss": "^1.0.1",
"uglifyjs-webpack-plugin": "1.1.8",
"url-loader": "^0.6.2",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7"
},
"dependencies": {
"babel-preset-es2016": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"bootstrap": "^4.1.1",
"enzyme": "^3.3.0",
"events": "^1.1.1",
"extend": "^3.0.1",
"font-awesome": "^4.7.0",
"git-revision-webpack-plugin": "^2.5.1",
"identity-obj-proxy": "3.0.0",
"react": "^16.2.0",
"react-addons-test-utils": "^15.6.2",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.2.0",
"react-dropzone": "^4.2.9",
"react-idle": "^3.0.0",
"react-markdown": "^3.3.4",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-test-renderer": "^16.2.0",
"setimmediate": "^1.0.5",
"uuid": "^3.2.1",
"whatwg-fetch": "^2.0.3"
}
}