-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 979 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
30
31
32
33
34
{
"name": "vote-system-frontend",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"start": "concurrently \"npm run start:dev\" \"npm run bs:watch\"",
"build": "parcel build index.html",
"start:dev": "parcel index.html",
"bs:watch": "bsb -make-world -w",
"bs:clean": "bsb -clean-world",
"bs:rebuild": "bsb -make-world -clean-world"
},
"author": "Daniil_Shurygin",
"license": "ISC",
"devDependencies": {
"bs-platform": "^7.3.2",
"bsb-js": "^1.1.7",
"concurrently": "^5.2.0",
"parcel-bundler": "^1.12.4"
},
"dependencies": {
"@glennsl/bs-json": "^5.0.2",
"bs-css-emotion": "^1.2.0",
"bs-fetch": "^0.5.2",
"bs-rsuite-ui-react": "git+https://github.com/shurygindv/bs-rsuite-ui-react.git#development",
"bs-webapi": "^0.15.9",
"normalize.css": "^8.0.1",
"re-classnames": "^4.1.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"reason-react": "^0.8.0"
}
}