-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.26 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
{
"name": "vanilla-t9dic",
"version": "1.0.0",
"description": "t9 Dictionary in Vanilla Javascript",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config=webpack.dev.config.js",
"prod": "./node_modules/.bin/webpack --config=webpack.prod.config.js -p"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.24.1",
"css-loader": "^0.28.0",
"ejs-loader": "^0.3.0",
"eslint": "^3.2.2",
"eslint-plugin-import": "*",
"eslint-plugin-jsx-a11y": "*",
"eslint-plugin-react": "*",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.5.2",
"postcss-loader": "^1.3.3",
"postcss-uncss": "^0.14.0",
"preload-webpack-plugin": "^1.2.2",
"sass-loader": "^6.0.3",
"serviceworker-webpack-plugin": "^0.2.1",
"style-loader": "^0.16.1",
"uncss": "^0.14.1",
"url-loader": "^0.5.8",
"webpack": "^2.4.1",
"webpack-bundle-analyzer": "^2.3.1",
"webpack-dev-server": "^2.4.2"
},
"author": "Renganatha",
"license": "ISC"
}