-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.06 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
{
"name": "tournament-brackets",
"version": "0.1.0",
"scripts": {
"dev": "cross-env BABEL_ENV=default webpack --watch",
"build": "cross-env BABEL_ENV=default NODE_ENV=production webpack"
},
"main": "Gruntfile.js",
"author": "Konstantinos Galnakis",
"devDependencies": {
"autoprefixer": "^7.2.6",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"copy-webpack-plugin": "^4.5.1",
"cross-env": "^5.1.4",
"eslint": "^4.19.1",
"eslint-config-wordpress": "^2.0.0",
"eslint-loader": "^1.9.0",
"extract-text-webpack-plugin": "^3.0.2",
"grunt": "~0.4.5",
"grunt-wp-i18n": "~0.5.0",
"grunt-wp-readme-to-markdown": "~1.0.0",
"node-sass": "^4.8.3",
"postcss-loader": "^2.1.3",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.7",
"stylelint": "^8.4.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-processor-html": "^1.0.0",
"stylelint-webpack-plugin": "^0.10.3",
"uglifyjs-webpack-plugin": "^1.2.4",
"webpack": "^3.11.0"
},
"dependencies": {
"jquery-bracket": "^0.11.1"
}
}