-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.06 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
{
"name": "racingwordgame",
"version": "0.0.1",
"description": "wiseCamp racing word game",
"private": true,
"scripts": {
"test": "test",
"build": "webpack --mode production",
"start": "webpack-dev-server --mode development --open"
},
"keywords": [
"wisecape"
],
"author": "saltgamer",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.11",
"custom-event-polyfill": "^1.0.6",
"file-loader": "^1.1.11",
"gsap": "^2.0.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-redux": "^6.0.0",
"react-responsive-spritesheet": "^2.3.9",
"react-router-dom": "^4.3.1",
"redux": "^4.0.1",
"style-loader": "^0.21.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.14",
"whatwg-fetch": "^2.0.4"
},
"dependencies": {
"npm": "^6.8.0"
}
}