-
Notifications
You must be signed in to change notification settings - Fork 187
/
package.json
60 lines (60 loc) · 1.68 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "polis-client-participation",
"version": "1.0.0",
"scripts": {
"analyze": "webpack --mode=production --analyze",
"build": "npm run build:prod",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead",
"ie >= 10"
],
"devDependencies": {
"@babel/core": "~7.19.6",
"@babel/eslint-parser": "~7.19.1",
"@babel/preset-env": "~7.20.2",
"@babel/preset-react": "~7.18.6",
"autosize": "~3.0.21",
"babel-loader": "~8.2.5",
"backbone": "github:sirodoht/compdemocracy-backbone#master",
"bootstrap-sass": "~3.4.3",
"compression-webpack-plugin": "~10.0.0",
"copy-webpack-plugin": "~11.0.0",
"d3": "~3.5.17",
"d3-force": "~1.2.1",
"d3-tip": "~0.6.8",
"deepcopy": "~0.4.0",
"event-hooks-webpack-plugin": "~2.2.0",
"file-loader": "~6.2.0",
"font-awesome": "~4.7.0",
"glob": "~8.0.3",
"handlebars": "~4.7.7",
"handlebars-loader": "~1.7.2",
"handlebones": "github:pol-is/handlebones#master",
"html-webpack-plugin": "~5.5.0",
"hull.js": "~0.2.11",
"imports-loader": "~4.0.1",
"jquery": "~1.11.3",
"lodash": "~4.17.21",
"lodash-webpack-plugin": "~0.11.6",
"markdown": "~0.5.0",
"process": "~0.11.10",
"prop-types": "~15.8.1",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-fontawesome": "~1.7.1",
"sass": "~1.56.1",
"sass-loader": "~13.2.0",
"terser-webpack-plugin": "~5.3.6",
"util": "~0.12.5",
"victory-core": "~36.6.8",
"webpack": "~5.75.0",
"webpack-cli": "~4.10.0",
"webpack-dev-middleware": "~4.3.0"
}
}