-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
47 lines (47 loc) · 1.35 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
{
"name": "nezumi",
"version": "1.0.0",
"scripts": {
"watch": "webpack -w --color --progress",
"build": "webpack",
"build:prod": "NODE_ENV='production' webpack",
"build:release": "yarn build:prod && rm -f dist/dist.zip && cd dist && zip -r dist.zip ./*"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-2": "^6.24.1",
"copy-webpack-plugin": "^4.1.0",
"eslint": "^4.6.1",
"eslint-config-semistandard": "^11.0.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.3.0",
"eslint-plugin-standard": "^3.0.1",
"events": "^1.1.1",
"webpack": "^3.5.6"
},
"description": "Test code generator for Capybara/RSpec.",
"main": "index.js",
"author": "mugi-uno <[email protected]>",
"license": "MIT",
"dependencies": {
"css-loader": "^0.28.7",
"css-mqpacker": "^6.0.1",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"postcss-cssnext": "^3.0.2",
"postcss-loader": "^2.0.6",
"pug": "^2.0.0-rc.4",
"style-loader": "^0.18.2",
"uuid": "^3.1.0",
"vue": "^2.4.4",
"vue-loader": "^13.0.5",
"vue-template-compiler": "^2.4.4",
"vuetify": "^0.16.3",
"vuex": "^2.4.0"
}
}