-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.05 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
{
"name": "parcel",
"version": "0.0.1",
"description": "A simple Parcel starter project",
"scripts": {
"prestart": ".tools/watch.sh &",
"start": "node backend/server.js"
},
"dependencies": {
"express": "^4.16.4",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"@emotion/core": "^10.0.5",
"@emotion/styled": "^10.0.5",
"redux-starter-kit": "^0.5.1",
"react-redux": "^7.1.0-alpha.5",
"axios": "^0.19.0"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-preset-env": "^1.7.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"http-proxy-middleware": "^0.19.0",
"parcel-bundler": "^1.10.3",
"parcel-plugin-eslint": "^1.0.4"
},
"engines": {
"node": "11.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/parcel"
},
"license": "MIT",
"keywords": [
"node",
"express",
"parcel",
"material",
"react"
]
}