-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
32 lines (32 loc) · 897 Bytes
/
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
{
"name": "codingjs",
"version": "0.0.1",
"description": "CodingJS",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "browserify ./src/main.js > ./dist/bundle.js",
"watch": "watchify --debug ./src/main.js -o ./dist/bundle.js -v"
},
"author": "the-winter",
"repository": "https://github.com/the-winter/codingjs",
"license": "ISC",
"devDependencies": {
"browserify": "^16.2.3",
"eslint": "^3.9.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.6.0",
"uglifyify": "^5.0.2",
"watchify": "^3.11.1"
},
"dependencies": {
"codemirror-minified": "^5.45.0",
"file-saver": "^2.0.1",
"jquery": "^3.4.0",
"lodash": "^4.17.15",
"magnific-popup": "^1.1.0",
"typescript": "^3.5.3"
}
}