-
Notifications
You must be signed in to change notification settings - Fork 500
/
package.json
56 lines (56 loc) · 2.15 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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "iconpark",
"private": true,
"version": "1.0.0",
"scripts": {
"scripts": "better-scripts",
"compiler:icons": "ts-node build/build-icons.ts",
"compiler:code": "ts-node build/build-code.ts",
"compiler:git": "git add ./packages/*",
"compiler:clean": "rm -rf packages/*/src/runtime packages/*/src/index.ts packages/*/src/icons",
"compiler": "npm run compiler:clean && npm run compiler:icons && npm run compiler:code && npm run compiler:git",
"build:clean": "rm -rf packages/*/lib packages/*/es packages/*/styles",
"build:source": "gulp",
"build:prepare": "npm run build:clean && npm run build:source",
"publish:lerna": "lerna publish --skip-temp-tag --registry=https://registry.npmjs.org",
"publish:all": "npm run build:prepare && npm run publish:lerna && npm run build:clean"
},
"dependencies": {
"@icon-park/compiler": "^1.0.7",
"@types/react": "^16.14.4",
"alias-for-vue3": "npm:vue@^3.2.6",
"vue": "^2.6.12"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/preset-env": "^7.12.16",
"@babel/preset-react": "^7.12.13",
"@types/babel__core": "^7.1.12",
"@types/gulp": "^4.0.8",
"@types/gulp-less": "0.0.31",
"@types/gulp-minify-css": "0.0.32",
"@types/gulp-rename": "^2.0.0",
"@types/merge2": "^1.3.0",
"@types/mkdirp": "^1.0.1",
"@types/node": "^14.6.0",
"@vue/babel-plugin-jsx": "^1.0.3",
"@vue/babel-preset-jsx": "^1.2.4",
"@vue/babel-sugar-inject-h": "^1.2.2",
"better-scripts": "^0.1.2",
"csv-parse": "^4.15.1",
"csv-stringify": "^5.6.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-less": "^4.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-typescript": "^6.0.0-alpha.1",
"lerna": "~3.16.5",
"merge2": "^1.4.1",
"mkdirp": "^1.0.4",
"ts-node": "^9.1.1",
"typescript": "^4.1.5"
}
}