-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
37 lines (37 loc) · 990 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
35
36
37
{
"name": "www.rchain.coop",
"version": "1.0.1",
"description": "rchain.coop website",
"main": "app.js",
"scripts": {
"start": "node app",
"style": "sass ./scss/index.scss > ./css/style.css",
"build:navandfooter": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rchain/www.rchain.coop.git"
},
"author": "RChain coop",
"license": "ISC",
"bugs": {
"url": "https://github.com/rchain/www.rchain.coop/issues"
},
"homepage": "https://github.com/rchain/www.rchain.coop#readme",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"webpack": "^5.57.1",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"sass": "^1.49.7"
}
}