forked from sitevision/envision
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.43 KB
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
48
49
50
51
52
53
54
55
56
57
{
"name": "envision",
"version": "0.0.1-alpha",
"description": "SiteVision CSS framework",
"main": "index.js",
"scripts": {
"build-docs": "cd _docs/; jekyll build; touch ../docs/.nojekyll",
"build-docs-js": "webpack --config webpack.config.dev.js",
"build-dist": "webpack --config webpack.config.prod.js",
"build": "npm-run-all build-docs-js build-docs build-dist",
"watch": "webpack --config webpack.config.dev.js --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/sitevision/envision.git"
},
"keywords": [
"Envision",
"CSS",
"SiteVision",
"SDK"
],
"author": "SiteVision AB",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^7.1.3",
"babel-core": "^6.26.3",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.7.0",
"css-loader": "^0.28.7",
"eslint": "^3.17.1",
"eslint-loader": "^1.9.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"node-sass": "^4.9.0",
"npm-run-all": "^4.1.1",
"postcss-loader": "^2.0.6",
"sass-loader": "^6.0.6",
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "^3.5.5"
},
"dependencies": {
"popper.js": "^1.12.5",
"svgxuse": "^1.2.4"
},
"browserslist": [
"Chrome >= 45",
"Firefox ESR",
"Edge >= 12",
"Explorer >= 10",
"iOS >= 9",
"Safari >= 9",
"Android >= 4.4",
"Opera >= 30"
]
}