-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 866 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
{
"name": "1xbet",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-transform-runtime": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.4.2",
"babel-eslint": "^10.0.1",
"babel-polyfill": "^6.26.0",
"cssnano": "^4.1.10",
"eslint": "^5.16.0",
"eslint-plugin-react": "^7.12.4",
"postcss-modules": "^1.4.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"stylus": "^0.54.5"
},
"scripts": {
"build": "NODE_ENV=production parcel build src/index.html --public-url ./",
"serve": "NODE_ENV=production parcel serve src/index.html",
"dev": "NODE_ENV=development parcel src/index.html"
}
}