This repository has been archived by the owner on Mar 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 2.14 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
{
"name": "campaign-central",
"version": "0.0.1",
"description": "Tool for managing campaigns",
"scripts": {
"build": "webpack -p ./public/app.js -o ./public/build/app.js --config ./public/build_config/webpack.prod.conf.js --bail",
"build-dev": "webpack ./public/app.js -o ./public/build/app.js --config ./public/build_config/webpack.dev.conf.js --watch",
"build-icons": "svg-sprite -w 12 -h 12 -v true --view-bust false --view-prefix .i-%s --view-dest . --vs ./public/images/icons.svg --vscss true --view-render-scss-template ./public/images/icons/scssTemplate.scss --view-render-scss-dest ./public/styles/_icons.scss ./public/images/icons/*.svg",
"client-dev": "node ./public/devserver.js"
},
"dependencies": {
"babel-core": "^6.0.20",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-plugin-transform-object-assign": "^6.0.14",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.0.15",
"css-loader": "^0.28.7",
"file-loader": "^0.8.5",
"history": "^4.7.2",
"lodash": "^4.17.4",
"mini-css-extract-plugin": "^0.5.0",
"moment": "^2.18.x",
"node-sass": "^4.7.2",
"panda-session": "^0.1.6",
"prop-types": "^15.6.0",
"ramda": "^0.22.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-ga": "^2.4.1",
"react-infinity-menu": "^4.0.0",
"react-number-format": "^4.0.6",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"recharts": "^1.0.0-beta.9",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"reqwest": "^2.0.5",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"svg-sprite": "^1.2.12",
"uglifyjs-webpack-plugin": "^2.1.1",
"url-loader": "^1.1.2",
"webpack": "^4.28.4"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"eslint": "^3.2.2",
"eslint-plugin-react": "^3.13.1",
"expose-loader": "^0.7.0",
"webpack-dev-server": "^3.1.14",
"webpack-cli": "^3.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/npm/npm.git"
}
}