-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.22 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
{
"name": "epochs",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "^3.3.7",
"font-awesome": "^4.7.0",
"localforage": "^1.5.0",
"react": "^16.0.0",
"react-bootstrap": "^0.32.0",
"react-dev-utils": "^3.0.2",
"react-dom": "^16.0.0",
"react-error-overlay": "^1.0.9",
"react-motion": "^0.5.1",
"react-redux": "^5.0.5",
"react-router-dom": "^4.2.2",
"redux": "^3.7.1",
"roboto-fontface": "^0.8.0"
},
"devDependencies": {
"autoprefixer": "7.1.1",
"babel-core": "6.25.0",
"babel-eslint": "7.2.3",
"babel-loader": "7.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react-app": "^3.0.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "6.23.0",
"case-sensitive-paths-webpack-plugin": "2.1.1",
"chalk": "^1.1.3",
"css-loader": "0.28.4",
"dotenv": "4.0.0",
"eslint": "3.19.0",
"eslint-config-react-app": "^1.0.5",
"eslint-loader": "1.7.1",
"eslint-plugin-flowtype": "2.34.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "5.0.3",
"eslint-plugin-react": "7.1.0",
"extract-text-webpack-plugin": "2.1.2",
"file-loader": "0.11.2",
"fs-extra": "3.0.1",
"html-webpack-plugin": "2.29.0",
"node-sass": "^4.5.3",
"postcss-flexbugs-fixes": "3.0.0",
"postcss-loader": "2.0.6",
"sass-loader": "^6.0.6",
"style-loader": "0.18.2",
"sw-precache-webpack-plugin": "0.11.3",
"url-loader": "0.5.9",
"webpack": "2.6.1",
"webpack-dev-server": "2.5.0",
"webpack-manifest-plugin": "1.1.0"
},
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"build_windows": "\"set PUBLIC_URL=.\"&&node scripts/build.js",
"build_umd": "node node_modules/webpack/bin/webpack.js --entry=./src/export.js --output-filename=diagnostic-umd.js --output-path=./build --output-library=PFDiagnosticComponents --output-library-target=umd --module-bind=\"js=babel-loader\" --module-bind=\"png=url-loader\" --module-bind=\"otf=url-loader\" -p --progress=true",
"test": "node scripts/test.js --env=jsdom"
},
"babel": {
"presets": [
"react-app"
]
},
"eslintConfig": {
"extends": "react-app"
}
}