-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 820 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 820 Bytes
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
{
"private": true,
"devDependencies": {
"autoprefixer": "^6.7.6",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babelify": "^8.0.0",
"bundle-collapser": "^1.3.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.3.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-lock": "^0.1.3",
"grunt-newer": "^1.2.0",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^2.1.0",
"grunt-wiredep": "^3.0.1",
"jit-grunt": "^0.10.0",
"node-sass": "^4.9.0",
"time-grunt": "^1.4.0",
"uglifyify": "^5.0.0"
},
"dependencies": {
"@netgen/admin-ui": "^1.0.5"
}
}