-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.27 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
46
47
48
49
50
51
52
{
"name": "faszom",
"scripts": {
"start": "servor . --browse --reload"
},
"comments": {
"scripts/preinstall -- not ok?": "node -e \"!process.env.npm_config_user_agent.startsWith('pnpm/')&&!console.log('Use `npx pnpm install` to install dependencies in this repository\\n')&&process.exit(1)\""
},
"browserslist": [
"last 2 versions",
"> 0.5%",
"node 10",
"not dead"
],
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"create-react-app": "^3.4.1",
"elm": "^0.19.1-3",
"express": "^4.17.1",
"koa": "^2.13.0",
"parcel": "^1.12.4",
"servor": "^4"
},
"dependencies": {
"bootstrap": "5.0.0-alpha1",
"bootstrap-icons": "1.0.0-alpha5",
"browserslist": "^4.11.1",
"faker": "^4.1.0",
"jquery": "^3.4.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"popper.js": "^1.16.1",
"preact": "^10.4.5",
"preact-router": "^3.2.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-bootstrap": "^1.0.0-beta.16",
"react-dom": "^16.13.1",
"react-icons": "^3.8.0",
"react-moment": "^0.9.7",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"reactstrap": "^8.5.1",
"redux": "^4.0.5",
"snowpack": "2",
"vue": "^2.6.11",
"vue-router": "^3.3.4"
}
}