-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
50 lines (50 loc) · 1.42 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
{
"name": "boxoffice",
"version": "1.0.0",
"description": "Boxoffice: Hasgeek's ticketing system",
"scripts": {
"watch": "webpack --mode development --progress --watch",
"build": "webpack --mode production"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.14.7",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"eslint": "^7.30.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"file-loader": "^6.2.0",
"lint-staged": "^13.3.0",
"prettier": "^2.3.2",
"sass": "^1.62.1",
"sass-loader": "^13.2.2",
"webpack": "^5.94.0",
"webpack-cli": "^4.9.2",
"workbox-webpack-plugin": "^6.1.5"
},
"dependencies": {
"backbone": "~1.3.3",
"c3": "^0.4.24",
"clipboard": "^1.6.0",
"d3": "~3.5.17",
"eslint-webpack-plugin": "^2.5.4",
"jquery": "^3.5.1",
"moment": "^2.29.4",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"ractive": "0.8.0",
"ractive-transitions-fly": "^0.3.0",
"rome": "^2.1.22",
"select2": "~4.0.13",
"underscore": "~1.12.1",
"validate-js": "^2.0.1",
"webpack-manifest-plugin": "^5.0.0"
}
}