forked from gabesullice/juissy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.41 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
{
"name": "juissy",
"version": "1.0.32",
"main": "lib",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/gabesullice/juissy.git"
},
"scripts": {
"build": "NODE_ENV=production ./node_modules/.bin/webpack --progress --display-modules --config webpack.config.js",
"watch": "./node_modules/.bin/webpack --progress --watch --config webpack.config.js",
"prettier": "./node_modules/.bin/prettier --single-quote --trailing-comma all --write 'src/**/*.js' 'webpack.config.js'"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.39",
"@babel/core": "^7.0.0-beta.39",
"@babel/plugin-transform-runtime": "^7.0.0-beta.40",
"@babel/polyfill": "^7.0.0-beta.44",
"@babel/preset-env": "^7.0.0-beta.40",
"babel-eslint": "^8.2.1",
"babel-loader": "8.0.0-beta.0",
"babel-minify-webpack-plugin": "^0.2.0",
"babel-plugin-transform-class-properties": "7.0.0-beta.3",
"babel-plugin-transform-object-rest-spread": "7.0.0-beta.3",
"babel-plugin-transform-private-underscore": "^0.1.3",
"eslint": "^4.9.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.4.0",
"prettier": "^1.10.2",
"webpack": "^3.10.0"
},
"dependencies": {
"babel-runtime": "^6.26.0"
}
}