-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
29 lines (29 loc) · 924 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": "ai-safety-needs-social-scientists",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"profile": "cross-env NODE_ENV=production webpack --profile --json > webpack-stats.json"
},
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"copy-webpack-plugin": "^4.5.1",
"cross-env": "^5.1.5",
"css-loader": "^6.8.1",
"eases-jsnext": "^1.0.10",
"file-loader": "^1.1.11",
"html-string-replace-webpack-plugin": "^1.0.5",
"html-webpack-plugin": "^5.5.0",
"lucid-components": "0.0.6",
"npm": "^8.19.2",
"raw-loader": "^0.5.1",
"svg-inline-loader": "^0.8.2",
"webpack": "^5",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}