-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·53 lines (53 loc) · 1.28 KB
/
package.json
File metadata and controls
executable file
·53 lines (53 loc) · 1.28 KB
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
{
"name": "no-touchy",
"version": "0.0.3",
"private": true,
"engines": {
"node": "10.15.x",
"npm": "6.x"
},
"scripts": {
"start": "node server.js"
},
"license": {
"software": "GNU GPLv3",
"content": "CCBYNCSA 4.0"
},
"dependencies": {
"jquery": "^3.1.1",
"js-yaml": "^3.13.1",
"lodash": "^4.17.15"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^8.1.0",
"babel-preset-es2015": "^6.16.0",
"bootstrap-sass": "^3.3.7",
"clone": "^2.0.0",
"css-loader": "^3.5.2",
"expose-loader": "^0.7.1",
"file-loader": "^6.0.0",
"grunt": "^1.0.1",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-jasmine": "^2.1.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-jscs": "^3.0.1",
"grunt-jsonlint": "^2.1.2",
"grunt-nodemon": "^0.4.2",
"grunt-open": "^0.2.3",
"grunt-shell": "^3.0.1",
"grunt-webpack": "^3.1.3",
"handlebars": "^4.0.5",
"handlebars-loader": "^1.4.0",
"html-loader": "^1.1.0",
"load-grunt-config": "^3.0.1",
"node-libs-browser": "^2.2.1",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.4",
"time-grunt": "^2.0.0",
"url-loader": "^4.1.0",
"webpack": "^4.42.1",
"webpack-dev-server": "^3.10.3"
}
}