-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.16 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
{
"name": "anemo-search",
"version": "1.0.0",
"description": "",
"scripts": {
"serve": "parcel serve src/public/index.html -p 8080",
"build": "parcel build src/public/index.html && cp src/public/service-worker.js dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "ipmanlk",
"license": "MIT",
"browserslist": [
"last 1 Chrome versions"
],
"postcss": {
"plugins": {
"autoprefixer": {},
"postcss-preset-env": {}
}
},
"devDependencies": {
"@parcel/validator-typescript": "^2.0.0-alpha.3",
"@types/node": "^14.14.16",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.11.0",
"autoprefixer": "^10.1.0",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"parcel": "^2.0.0-nightly.491",
"postcss-preset-env": "^6.7.0",
"typescript": "^4.1.3"
},
"dependencies": {
"axios": "^0.21.1",
"dexie": "^3.0.3",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}