This repository has been archived by the owner on Aug 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.14 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
61
62
63
64
65
66
67
68
69
70
{
"name": "PackIt",
"version": "0.7.0",
"private": true,
"devDependencies": {
"@babel/core": "^7.0.0-beta.34",
"@babel/preset-env": "^7.0.0-beta.34",
"@babel/preset-react": "^7.0.0-beta.34",
"babel-loader": "^8.0.0-beta.0",
"classnames": "^2.2.5",
"copy-webpack-plugin": "^4.2.3",
"css-loader": "^0.28.7",
"cssnano": "^3.10.0",
"eslint": "^4.13.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"html-webpack-plugin": "^2.30.1",
"image-webpack-loader": "^3.4.2",
"install": "^0.10.2",
"node-sass": "^4.7.2",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"postcss": "^6.0.14",
"postcss-browser-reporter": "^0.5.0",
"postcss-cssnext": "^3.0.2",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.9",
"postcss-reporter": "^5.0.0",
"postcss-url": "^7.3.0",
"prop-types": "^15.6.0",
"sass-loader": "^6.0.6",
"script-ext-html-webpack-plugin": "^1.8.8",
"style-loader": "^0.19.0",
"stylelint": "^8.3.1",
"stylelint-order": "^0.7.0",
"stylelint-webpack-plugin": "^0.9.0",
"uglify-js": "^3.2.1",
"uglifyjs-webpack-plugin": "^1.1.2",
"url-loader": "^0.6.1",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7"
},
"dependencies": {
"angular": "^1.6.7",
"angular-animate": "^1.6.7",
"angular-aria": "^1.6.7",
"angular-material": "^1.1.5",
"angular-messages": "^1.6.7",
"angular-route": "^1.6.7",
"eslint-config-airbnb-base": "^12.1.0",
"material-design-lite": "^1.3.0",
"mdi": "^2.0.46",
"ng-material-floating-button": "^0.6.2",
"ngstorage": "^0.3.11",
"postcss-sass": "^0.2.0",
"ramda": "^0.25.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-transition-group": "^2.2.1"
},
"scripts": {
"start": "webpack-dev-server -d --hot --config webpack.config.js --watch",
"production": "rm -rf dist/ && webpack -p"
}
}