-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·51 lines (51 loc) · 1.36 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
{
"name": "tic-tac-toe-client",
"version": "0.0.3",
"private": true,
"license": {
"software": "GNU GPLv3",
"content": "CCBYNCSA 4.0"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.1.2",
"jquery": "^3.3.1",
"popper.js": "^1.14.3"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"clone": "^2.1.1",
"css-loader": "^0.28.10",
"eslint": "^4.18.2",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"expose-loader": "^0.7.5",
"file-loader": "^1.1.11",
"grunt": "^1.0.2",
"grunt-eslint": "^20.1.0",
"grunt-jsonlint": "^1.1.0",
"grunt-mocha-phantomjs": "^4.0.0",
"grunt-sass-lint": "^0.2.4",
"grunt-shell": "^2.1.0",
"grunt-webpack": "^3.0.2",
"handlebars": "^4.0.11",
"handlebars-loader": "^1.6.0",
"load-grunt-config": "^0.19.2",
"node-libs-browser": "^2.1.0",
"node-sass": "^4.7.2",
"on-build-webpack": "^0.1.0",
"opn": "^5.4.0",
"postcss-loader": "^2.1.6",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"time-grunt": "^1.4.0",
"url-loader": "^1.0.1",
"webpack": "^3.5.1",
"webpack-dev-server": "^2.7.1"
}
}