-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.4 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
41
42
43
{
"scripts": {
"postinstall": "yarn setup && yarn compile-sass && yarn compile-js",
"setup": "symlink-dir ./node_modules/atomic-package ./assets/atomic-package && yarn font:link",
"font:link": "symlink-dir ./assets/atomic-package/dist/font ./font",
"compile-sass": "make-dir css && yarn sass",
"sass": "node-sass --include-path scss scss/atomic-package-docs.scss > css/theme.css && yarn autoprefixer",
"watch:sass": "watch 'npm run sass' scss",
"autoprefixer": "postcss --use autoprefixer --no-map css/theme.css -d css/",
"compile-js": "./node_modules/.bin/webpack -p",
"dev": "concurrent \"webpack -p -w\" \"yarn watch:sass\""
},
"browserslist": [
"last 2 versions",
"Android >= 4",
"iOS >= 9"
],
"license": "UNLICENSED",
"private": true,
"devDependencies": {
"atomic-package": "^0.4.5",
"autoprefixer": "^9.7.4",
"buble": "^0.19.7",
"buble-loader": "^0.5.1",
"concurrently": "^3.4.0",
"eslint": "5.16.0",
"eslint-plugin-vue": "^5.2.2",
"make-dir-cli": "^2.0.0",
"node-sass": "^4.13.1",
"node-sass-import": "^2.0.1",
"postcss": "^7.0.27",
"postcss-cli": "^7.1.0",
"symlink-dir": "^3.1.0",
"uikit": "^3.3.7",
"uniqid": "^5.0.3",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10",
"watch": "^1.0.2",
"watchify": "^3.7.0",
"webpack": "^4.34.0",
"webpack-cli": "^3.3.4"
}
}