forked from nickgaski/KaleidoKards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.79 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
{
"name": "kaleidocards",
"version": "0.1.0",
"private": true,
"dependencies": {
"ajv": "^6.8.1",
"babel-polyfill": "^6.26.0",
"fs": "0.0.1-security",
"hoek": "^4.2.1",
"lodash": "^4.17.11",
"react": "^16.8.1",
"react-dnd": "^5.0.0",
"react-dnd-html5-backend": "^5.0.1",
"react-dom": "^16.8.1",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"react-youtube": "^7.9.0",
"request-promise": "^4.2.2",
"web3": "^1.0.0-beta.44",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3"
},
"scripts": {
"prestart": "npm run build;rm -rf backend/dist; cp -R webpack-demo/dist backend/ ",
"start": "node ./backend/app.js",
"dev": "webpack-dev-server --config ./webpack-demo/webpack.config.js",
"build": "webpack --config ./webpack-demo/webpack.config.js",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"bignumber.js": "git+https://github.com/frozeman/bignumber.js-nolookahead.git#57692b3ecfc98bbdd6b3a516cb2353652ea49934",
"crypto-js": "^3.1.8",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"favicons-webpack-plugin": "0.0.9",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"merge-files-webpack-plugin": "^1.1.2",
"mini-css-extract-plugin": "^0.4.5",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.21.0",
"sw-precache-webpack-plugin": "^0.11.5",
"utf8": "^2.1.2",
"webpack-dev-middleware": "^3.5.2",
"webpack-dev-server": "^3.1.14",
"webpack-manifest-plugin": "^2.0.4",
"xhr2": "^0.1.4",
"xmlhttprequest": "^1.8.0"
}
}