-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1014 Bytes
/
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
{
"name": "pokemonenginejs",
"version": "1.0.0",
"description": "",
"main": "src/app.ts",
"scripts": {
"start": "parcel ./public/index.html -d lib --open",
"build": "parcel build ./public/index.html -d lib --experimental-scope-hoisting",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/lodash.clonedeep": "^4.5.6",
"@types/lodash.random": "^3.2.6",
"@types/lodash.samplesize": "^4.2.6",
"@types/react": "^16.8.24",
"@types/react-dom": "^16.8.5",
"@types/react-router": "^5.0.3",
"@types/react-router-dom": "^4.3.4",
"lodash.clonedeep": "^4.5.0",
"lodash.random": "^3.2.0",
"lodash.samplesize": "^4.2.0",
"parcel-bundler": "^1.12.4",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"typescript": "^3.5.3",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2"
}
}