forked from geekplux/AR-AI-VIS-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.07 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
{
"name": "ar-ai-vis",
"version": "0.0.1",
"description": "AR AI VIS demo",
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "geekplux",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.5.1",
"babel-core": "^6.14.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"coveralls": "^2.13.1",
"css-loader": "^0.25.0",
"eslint": "^3.8.1",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-config-standard": "^6.2.0",
"eslint-loader": "^1.6.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-promise": "^3.0.0",
"eslint-plugin-standard": "^2.0.1",
"file-loader": "^0.9.0",
"imports-loader": "^0.7.1",
"jest": "^20.0.4",
"postcss-loader": "^0.13.0",
"precss": "^1.4.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.5.0"
},
"dependencies": {
"tracking": "^1.1.3"
}
}