-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 781 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 781 Bytes
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
{
"name": "delithe",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "parcel public/index.html",
"build": "parcel build public/index.html",
"postbuild": "cp -r static/* dist"
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"normalize.css": "^8.0.1",
"noto-sans-jp": "^24.0.0",
"postcss-modules": "^1.5.0",
"qs": "^6.9.3",
"react": ">=16.3.0",
"react-dom": "^16.11.0",
"react-router5": "^8.0.1",
"router5": "^8.0.0",
"router5-plugin-browser": "^8.0.1"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@fortawesome/fontawesome-free": "^5.13.0",
"babel-preset-react-app": "^9.0.2",
"cssnano": "^4.1.10",
"parcel-bundler": "^1.12.4",
"sass": "^1.26.2"
}
}