-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
35 lines (35 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
{
"name": "p5.gif",
"version": "1.0.6",
"scripts": {
"build": "npx grunt",
"lint": "npx eslint ./src/*.js ./src/components/*.js"
},
"devDependencies": {
"@babel/core": "^7.1.5",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.5",
"babel-eslint": "^10.0.1",
"babelify": "^10.0.0",
"brfs": "^2.0.1",
"browserify": "^16.2.3",
"derequire": "^2.0.6",
"eslint": "^5.9.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-babel": "^5.2.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"gif-encoder": "^0.7.2",
"grunt": "^1.0.3",
"grunt-babel": "^8.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-eslint": "^21.0.0"
},
"dependencies": {
"@nhibiki/js-routine": "^1.1.0",
"babel-polyfill": "^6.26.0"
}
}