-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.56 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.56 KB
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": "rescript-project-template",
"version": "0.0.1",
"scripts": {
"webpack": "webpack -w",
"webpack:production": "NODE_ENV=production webpack --env ENVIRONMENT=prod",
"webpack:test": "NODE_ENV=production webpack --env ENVIRONMENT=test",
"webpack:production:analyze": "npm run webpack:production -- --env.addons=bundleanalyzer",
"server": "webpack serve --env ENVIRONMENT=dev",
"build": "rescript build -with-deps",
"clean": "rescript clean -with-deps",
"start": "rescript build -w"
},
"keywords": [
"rescript"
],
"author": "",
"license": "MIT",
"dependencies": {
"@emotion/css": "^11.7.1",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@glennsl/bs-json": "^5.0.4",
"@heliaxdev/rescript-react-feather": "github:heliaxdev/rescript-react-feather",
"@rescript/react": "^0.10.3",
"@ryyppy/rescript-promise": "^2.1.0",
"bs-css-emotion": "^4.1.0",
"bs-fetch": "^0.6.2",
"bs-platform": "^9.0.2",
"canvas-confetti": "^1.4.0",
"dotenv": "^16.0.0",
"emotion": "^11.0.0",
"firebase": "^8.10.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"rescript": "^9.1.4",
"rescript-throttle-react": "^1.0.0",
"sass": "^1.38.0",
"sass-loader": "^12.1.0"
},
"devDependencies": {
"css-loader": "^5.2.6",
"gentype": "^4.3.0",
"html-webpack-plugin": "^5.3.1",
"style-loader": "^3.0.0",
"webpack": "^5.40.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}